go/types.tparamsList.index (method)

3 uses

	go/types (current package)
		unify.go#L187: func (d *tparamsList) index(typ Type) int {
		unify.go#L329: 	switch i, j := u.x.index(x), u.y.index(y); {